Adds a User Profile

{ addProfile }

Adds a user profile to the system (deprecated).

Method

/API2/access/addProfile

  • API Section: /API2/access
  • API Version: 2.0
  • From Release: 2020.0
  • Usage: REST API only via POST actions.
  • Usage by:
    • Enterprise Admin
  • Input Parameters

    Name

    profileApiData

    Object Type

    Description

    An object that contains the profile definition for analyst users.

    Output Response

    Successful Result Code

    200

    Response Type

    Description of Response Type

    Generic API response object with success or failure flag and related messages.

    Notes

    User profiles are used to limit end-user access to application functionality. Profiles can be set for both roles and users. Note that certain switch combinations can be mutually exclusive. This function is deprecated. Use the new addProProfile, addAnalystProfile and addViewerProfile functions instead.

    Examples